projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115db33
)
(CODING_FINISH_INTERRUPT): New macro.
author
Kenichi Handa
<handa@m17n.org>
Fri, 18 Sep 1998 13:10:40 +0000
(13:10 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 18 Sep 1998 13:10:40 +0000
(13:10 +0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index f1a950d85338a5ace0a7a44b16ed130ecc7ca9f7..46997e9f816ed401a0f834dbd757d7cfed9f71bf 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-282,6
+282,7
@@
enum coding_type
#define CODING_FINISH_INSUFFICIENT_SRC 1
#define CODING_FINISH_INSUFFICIENT_DST 2
#define CODING_FINISH_INCONSISTENT_EOL 3
+#define CODING_FINISH_INTERRUPT 4
/* Macros used for the member `mode' of the struct coding_system. */